home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 128 / CD_Gamer_Issue_128_Disc_1_PCGA1281103_November_2003.iso / demo.dxr / 00116_install 20.ls < prev    next >
Encoding:
Text File  |  2003-09-15  |  289 b   |  14 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("installhigh")
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite the currentSpriteNum to member("install")
  8.   cursor(-1)
  9. end
  10.  
  11. on mouseUp
  12.   open(the moviePath & "Games\World Racing\wr_demo_fmv.exe")
  13. end
  14.